R/Ryan's Annoyed.R

Defines functions why_is_ryan_angry

Documented in why_is_ryan_angry

#' Why is Ryan annoyed?
#'
#' @param annoyed inserted an adjective or mood similar to annoyed
#' @param confusion insert a reason why Ryan would be confused.
#'
#' @return
#' @export
#'
#'
#'
#' @examples
why_is_ryan_angry = function(annoyed, confusion) {
  print(paste0("Ryan is ", annoyed, "because he does not get ", confusion))
}
RyanMunnikhuis/artichokecoyote documentation built on Dec. 18, 2021, 11:55 a.m.